home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0696 / setup.arv / STYLES.HDF < prev    next >
Encoding:
Text File  |  1997-04-08  |  1.3 KB  |  56 lines

  1. ; This is the default font used throughout the document
  2. ; Font Arial 10
  3. .attrDefaults font 6 size 10
  4.  
  5. ; Set the title to be non-scrolling with gray background
  6. .titleDefaults italic off scroll off bgColor 7
  7.  
  8. ; This style is used for the <TT> tag.
  9. ; Font LinePrinter
  10. .setStyle styleTypeWriter font 3
  11.  
  12. ; This style is used for the <CITE> tag.
  13. ; Italic
  14. .setStyle styleCite italic on
  15.  
  16. ; This style is used for the <PRE> tag.
  17. ; Font Courier, no text wrap
  18. .setStyle stylePre font 8 wrap off
  19.  
  20. ; This style is used for the <STRONG> tag.
  21. ; Bold
  22. .setStyle styleStrong bold on
  23.  
  24. ; This style is used for the <DFN> tag.
  25. ; Italic
  26. .setStyle styleDfn italic on
  27.  
  28. ; This style is used for the <EM> tag.
  29. ; Italic
  30. .setStyle styleEm italic on
  31.  
  32. ; This style is used for the <CODE> tag.
  33. ; Font Courier, no text wrap
  34. .setStyle styleCode font 8 wrap off
  35.  
  36. ; This style is used for the <VAR> tag.
  37. ; Font Courier, Italic
  38. .setStyle styleVar font 8 italic on
  39.  
  40. ; This style is used for the <SAMP> tag.
  41. ; Font Courier
  42. .setStyle styleSamp font 8
  43.  
  44. ; This style is used for the <BLINK> tag.
  45. ; Bold (no blink in RTF)
  46. .setStyle styleBlink bold on
  47.  
  48. ; This style is used for the <ADDRESS> tag.
  49. ; Italoc
  50. .setStyle styleAddress italic on
  51.  
  52. ; This style is used for the <PRE> tag.
  53. ; Font LinePrinter
  54. .setStyle styleKbd font 3
  55.  
  56.